home *** CD-ROM | disk | FTP | other *** search
- object TablePropertyForm: TTablePropertyForm
- Left = 233
- Top = 202
- Width = 492
- Height = 313
- Caption = 'Table Property Browser'
- Font.Color = clWindowText
- Font.Height = -10
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object DatabaseListBox: TListBox
- Left = 26
- Top = 46
- Width = 105
- Height = 215
- ItemHeight = 13
- TabOrder = 0
- OnClick = DatabaseListBoxClick
- end
- object TableListBox: TListBox
- Left = 137
- Top = 46
- Width = 104
- Height = 215
- ItemHeight = 13
- TabOrder = 1
- OnClick = TableListBoxClick
- end
- object PropertyListBox: TListBox
- Left = 247
- Top = 46
- Width = 215
- Height = 215
- ItemHeight = 13
- TabOrder = 2
- end
- object SaveToFileButton: TButton
- Left = 247
- Top = 13
- Width = 215
- Height = 27
- Caption = '&Save To File'
- TabOrder = 3
- OnClick = SaveToFileButtonClick
- end
- object SelectedTable: TTable
- Left = 32
- end
- object SaveToFileDialog: TSaveDialog
- DefaultExt = 'TXT'
- FileEditStyle = fsEdit
- Filter = 'Text Files|*.TXT'
- Left = 128
- end
- end
-